﻿2026-07-27T16:11:31.9329203Z ##[group]Run actions/checkout@v5
2026-07-27T16:11:31.9329917Z with:
2026-07-27T16:11:31.9330430Z   fetch-depth: 0
2026-07-27T16:11:31.9331058Z   repository: BigscreenVR/spt-bs-core
2026-07-27T16:11:31.9336776Z   token: ***
2026-07-27T16:11:31.9337328Z   ssh-strict: true
2026-07-27T16:11:31.9337941Z   ssh-user: git
2026-07-27T16:11:31.9338552Z   persist-credentials: true
2026-07-27T16:11:31.9339241Z   clean: true
2026-07-27T16:11:31.9339817Z   sparse-checkout-cone-mode: true
2026-07-27T16:11:31.9340527Z   fetch-tags: false
2026-07-27T16:11:31.9341160Z   show-progress: true
2026-07-27T16:11:31.9341690Z   lfs: false
2026-07-27T16:11:31.9342259Z   submodules: false
2026-07-27T16:11:31.9342825Z   set-safe-directory: true
2026-07-27T16:11:31.9343503Z   allow-unsafe-pr-checkout: false
2026-07-27T16:11:31.9345506Z ##[endgroup]
2026-07-27T16:11:32.2199206Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T16:11:32.2201500Z ##[group]Getting Git version info
2026-07-27T16:11:32.2202763Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T16:11:32.2556536Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T16:11:32.2806330Z git version 2.43.0.windows.1
2026-07-27T16:11:32.2840964Z ##[endgroup]
2026-07-27T16:11:32.2851939Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\356aed90-e2e7-435d-bca9-17fe0168ed47\.gitconfig'
2026-07-27T16:11:32.2868999Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\356aed90-e2e7-435d-bca9-17fe0168ed47' before making global git config changes
2026-07-27T16:11:32.2870550Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T16:11:32.2876580Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T16:11:32.3180169Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T16:11:32.3395368Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T16:11:32.3425205Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T16:11:32.3431818Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T16:11:32.3713906Z HEAD
2026-07-27T16:11:32.5835783Z ##[endgroup]
2026-07-27T16:11:32.5837973Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T16:11:33.1699390Z ##[group]Cleaning the repository
2026-07-27T16:11:33.1705727Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T16:11:39.5989961Z Removing target/
2026-07-27T16:11:39.6021939Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T16:11:39.7505002Z HEAD is now at e1fdd9b7 Merge 3e916f645a1aaec5ff5982386b9469e7d60f6ee4 into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T16:11:39.7534221Z ##[endgroup]
2026-07-27T16:11:39.7538987Z ##[group]Disabling automatic garbage collection
2026-07-27T16:11:39.7544165Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T16:11:39.7800970Z ##[endgroup]
2026-07-27T16:11:39.7801471Z ##[group]Setting up auth
2026-07-27T16:11:39.7809428Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T16:11:39.8053699Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T16:11:40.2036304Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T16:11:40.2270565Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T16:11:40.6616367Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T16:11:40.6890153Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T16:11:41.0880830Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T16:11:41.1236765Z ##[endgroup]
2026-07-27T16:11:41.1244199Z ##[group]Fetching the repository
2026-07-27T16:11:41.1245010Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e1fdd9b74f566b85e5216650085c7e099b991def:refs/remotes/pull/103/merge
2026-07-27T16:11:42.6978470Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T16:11:42.6979001Z    664d479a..4e3e5cca  main       -> origin/main
2026-07-27T16:11:42.7648082Z ##[endgroup]
2026-07-27T16:11:42.7653400Z ##[group]Determining the checkout info
2026-07-27T16:11:42.7654002Z ##[endgroup]
2026-07-27T16:11:42.7660337Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T16:11:42.7955197Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T16:11:42.8199708Z ##[group]Checking out the ref
2026-07-27T16:11:42.8204745Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/103/merge
2026-07-27T16:11:42.8601386Z HEAD is now at e1fdd9b7 Merge 3e916f645a1aaec5ff5982386b9469e7d60f6ee4 into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T16:11:42.8623333Z ##[endgroup]
2026-07-27T16:11:42.8881877Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T16:11:42.9103598Z e1fdd9b74f566b85e5216650085c7e099b991def
